Coding style adherence

This commit is contained in:
Alexander Bock
2017-12-12 17:08:24 -05:00
parent a08c678bb0
commit 7e2d6bf3ab
10 changed files with 16 additions and 15 deletions
@@ -71,7 +71,7 @@ public:
void removeKeyBinding(const std::string& key);
std::vector<std::pair<KeyWithModifier, KeyInformation>> keyBinding(
const std::string& key) const;
const std::string& key) const;
static scripting::LuaLibrary luaLibrary();