Skip to content

Commit 8a712fa

Browse files
committed
๐Ÿš€ Update code format
1 parent 997a0aa commit 8a712fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽREADME.mdโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ int64_t getUsedMemory()
536536
}
537537

538538
int wireMem = vmstat.wire_count * pagesize;
539-
int activeMem = vmstat.active_count * pagesize;
539+
int activeMem = vmstat.active_count * pagesize;
540540
return wireMem + activeMem;
541541
}
542542
```

0 commit comments

Comments
ย (0)