diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 02:00:33 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 02:00:43 +0100 |
| commit | afe584112893313b3d4aec71d11c471b66dbfff5 (patch) | |
| tree | a1cf94c9b1c30afe8353e4a610faa6eaf9cefb8e /oryxc/src/main.rs | |
| parent | bba59647ed4805cdbc14bc3254acc14053846e2e (diff) | |
Rustfmt
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 2 |
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 { |