Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5668791

Browse files
author
alamin-deriv
committed
indentation fix
1 parent b49674a commit 5668791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/javascript/app/common/content_visibility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const isEuCountry = require('./country_base').isEuCountry;
2-
const isUKCountry = require('./country_base').isUKCountry;
1+
const isEuCountry = require('./country_base').isEuCountry;
2+
const isUKCountry = require('./country_base').isUKCountry;
33
const BinarySocket = require('../base/socket');
44
const MetaTrader = require('../pages/user/metatrader/metatrader');
55
const State = require('../../_common/storage').State;

0 commit comments

Comments
 (0)