= Styleguide updating

This commit is contained in:
Matthew Cech
2019-06-24 23:43:25 -07:00
parent 227bf29b10
commit 916e7087b6
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -30,7 +30,5 @@ public class BenchmarkInput
key = raw.substring(0, whitespacePos).trim();
value = raw.substring(whitespacePos).trim();
}
}