Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 4cc7b1f

Browse files
committed
Lint js
1 parent 1048bfc commit 4cc7b1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/core/disk/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ module.exports = {
2121
registerDisk,
2222
get disks() {
2323
return getDisks();
24-
}
24+
},
2525
};

js/driver/virtio/blk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function initializeBlockDevice(pciDevice) {
108108
},
109109
isOnline() {
110110
return true; // TODO: actually check if the disk is online or not
111-
}
111+
},
112112
});
113113

114114
runtime.disk.registerDisk(diskDriver);

0 commit comments

Comments
 (0)