Skip to content
Snippets Groups Projects

Applied prettier to the VCL project

Merged Alexey Lunin requested to merge 513-performance-improvement into master
13 files
+ 16706
11702
Compare changes
  • Side-by-side
  • Inline
Files
13
export const LOGIN_MODES = {
SMS: 'sms',
PREVIOUSLY_ADDED_DEVICE: 'previousaddeddevice',
NEW_DEVICE: 'newdevice'
SMS: "sms",
PREVIOUSLY_ADDED_DEVICE: "previousaddeddevice",
NEW_DEVICE: "newdevice"
};
Loading