refactor: remove tabs after declaration

This commit is contained in:
Barış Soner Uşaklı
2021-11-16 16:24:17 -05:00
parent 0532c1b2a1
commit 4359e5c97c
33 changed files with 50 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
const async = require('async');
const async = require('async');
const assert = require('assert');
const db = require('../mocks/databasemock');