We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40872c6 commit 1d4f407Copy full SHA for 1d4f407
src/store.rs
@@ -30,7 +30,7 @@ bitflags! {
30
const PREFER_CNG_KSP = 0x0000_0100;
31
const ALWAYS_CNG_KSP = 0x0000_0200;
32
const ALLOW_OVERWRITE_KEY = 0x0000_4000;
33
- const NO_PERSIST_KEY =0x0000_8000;
+ const NO_PERSIST_KEY = 0x0000_8000;
34
}
35
36
0 commit comments