Skip to content

Commit

Permalink
style; removed hidden char
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed May 21, 2024
1 parent 8b4f5f9 commit e1dbd77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/client/services/local-settings.service.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import _ from 'lodash'
import { Store } from '../store.js'
import { Events } from '../events.js'
import { LocalStorage } from '../local-storage.js'
import { LocalStorage } from '../local-storage.js'

export default function (name, api, options) {
const mapping = options.propertyMapping
Expand Down Expand Up @@ -42,7 +42,7 @@ export default function (name, api, options) {
_.set(data, key, Store.get(value))
}
})
 LocalStorage.set(settingsKey, data)
LocalStorage.set(settingsKey, data)
},

restoreSettings () {
Expand Down
2 changes: 1 addition & 1 deletion core/client/utils/utils.colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _ from 'lodash'
import logger from 'loglevel'
import { getCssVar } from 'quasar'
import { getCssVar } from 'quasar'
import chroma from 'chroma-js'

export const Colors = {
Expand Down

0 comments on commit e1dbd77

Please sign in to comment.