From afe584112893313b3d4aec71d11c471b66dbfff5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 02:00:33 +0100 Subject: Rustfmt --- oryxc/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oryxc/src/main.rs') 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 { -- cgit v1.2.3