Make UhkBuffer allocate a Buffer.

This commit is contained in:
László Monda
2016-03-25 20:46:33 +01:00
parent 0c7ff11f33
commit b9fe33d5d6
3 changed files with 10 additions and 7 deletions

View File

@@ -33,7 +33,10 @@
true,
"spaces"
],
"max-line-length": [true, 100],
"max-line-length": [
true,
100
],
"no-trailing-whitespace": true,
"trailing-comma": [
true, {