aboutsummaryrefslogtreecommitdiff
path: root/mod/options-types
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-04 20:53:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 22:16:46 +0300
commitdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (patch)
treec0b9b449b7064dff3613628022224e6c18148c3e /mod/options-types
parentefb9c3e0e6b612d5bfadc7a2b984c14b5439335c (diff)
Implement build task, result and log requests handling
Diffstat (limited to 'mod/options-types')
-rw-r--r--mod/options-types1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/options-types b/mod/options-types
index 6c2e42f..d9eaf9e 100644
--- a/mod/options-types
+++ b/mod/options-types
@@ -26,7 +26,6 @@ namespace brep
page_menu () = default;
page_menu (string b, string l): label (move (b)), link (move (l)) {}
};
-
}
#endif // MOD_OPTIONS_TYPES