We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2be3e9 commit 99befe8Copy full SHA for 99befe8
1 file changed
src/ProcessView.js
@@ -37,7 +37,7 @@ class ProcessView {
37
constructor (pid) {
38
this.tickcount = 0
39
this.cols = 20
40
- this.rows = Math.ceil(this.cols * (Globals.height/Globals.width))
+ this.rows = Math.ceil(this.cols * (Globals.height / Globals.width))
41
this.tilesize = Math.floor(Globals.width / this.cols / 2)
42
43
this.mem = new Memory(pid)
0 commit comments