From f00af56fd67a15fd08392ac3baabc379744c8555 Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 15 Jun 2016 12:55:05 +0200 Subject: [PATCH] fix syntax error --- imag-todo/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-todo/src/ui.rs b/imag-todo/src/ui.rs index 3f4f6ab5..a9ec0048 100644 --- a/imag-todo/src/ui.rs +++ b/imag-todo/src/ui.rs @@ -82,5 +82,5 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { .required(false) .help("Frequency of the recurrence of a task") ) - + ) }