mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix the whitespaces for KeyFormat enum
This commit is contained in:
parent
bd67bc4433
commit
ee5b7a5100
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ uint64 Launcher::installationTag() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Launcher::processArguments() {
|
void Launcher::processArguments() {
|
||||||
enum class KeyFormat {
|
enum class KeyFormat {
|
||||||
NoValues,
|
NoValues,
|
||||||
OneValue,
|
OneValue,
|
||||||
AllLeftValues,
|
AllLeftValues,
|
||||||
|
|
Loading…
Add table
Reference in a new issue