Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Sep 12, 2024
1 parent ff8f51f commit afb60a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod fcs;
#[arma]
fn init() -> Extension {
#[no_mangle]
pub static RVExtensionFeatureFlags: u64 = 4;
pub static RVExtensionFeatureFlags: u64 = 4;

Extension::build()
.version(env!("GIT_HASH").to_string())
Expand Down

0 comments on commit afb60a9

Please sign in to comment.