Skip to content

Commit 1d4f407

Browse files
committed
Minor syntax fix.
1 parent 40872c6 commit 1d4f407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bitflags! {
3030
const PREFER_CNG_KSP = 0x0000_0100;
3131
const ALWAYS_CNG_KSP = 0x0000_0200;
3232
const ALLOW_OVERWRITE_KEY = 0x0000_4000;
33-
const NO_PERSIST_KEY =0x0000_8000;
33+
const NO_PERSIST_KEY = 0x0000_8000;
3434
}
3535
}
3636

0 commit comments

Comments
 (0)