summaryrefslogtreecommitdiff
path: root/oryxc/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'oryxc/src/main.rs')
-rw-r--r--oryxc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs
index aa350e8..23fa66b 100644
--- a/oryxc/src/main.rs
+++ b/oryxc/src/main.rs
@@ -22,7 +22,7 @@ pub struct Flags {
pub debug_parser: bool,
pub help: bool,
pub threads: usize,
- pub error_style: errors::ErrorStyle,
+ pub error_style: errors::ErrorStyle,
}
impl Flags {