Skip to content

Commit 62af673

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent f22120d commit 62af673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/listeners/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ function copyPath(el) {
221221
.catch(CloudCmd.log);
222222
}
223223

224-
function execIfNotMobile(callback , event)
225-
{
224+
function execIfNotMobile(callback, event) {
226225
if (window.innerWidth > CloudCmd.MOBILE_ONE_PANEL_WIDTH)
227226
callback(event);
228227
}

0 commit comments

Comments
 (0)