chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// @flow
|
||||
|
||||
export const meta = window.navigator.platform === 'MacIntel' ? '⌘' : 'Ctrl';
|
||||
export const meta = window.navigator.platform === "MacIntel" ? "⌘" : "Ctrl";
|
||||
|
||||
Reference in New Issue
Block a user