Skip to content

Commit 99befe8

Browse files
committed
fixed coding style
1 parent f2be3e9 commit 99befe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProcessView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ProcessView {
3737
constructor (pid) {
3838
this.tickcount = 0
3939
this.cols = 20
40-
this.rows = Math.ceil(this.cols * (Globals.height/Globals.width))
40+
this.rows = Math.ceil(this.cols * (Globals.height / Globals.width))
4141
this.tilesize = Math.floor(Globals.width / this.cols / 2)
4242

4343
this.mem = new Memory(pid)

0 commit comments

Comments
 (0)