Merge pull request #177 from cydrain/0.5.1

#175 fix clang-format

Former-commit-id: f55477e645e936280242172d6cf1cda25df74ab9
This commit is contained in:
Jin Hai 2019-11-03 15:07:27 +08:00 committed by GitHub
commit 81a3070aaa

View File

@ -228,4 +228,5 @@ TEST_F(ConfigTest, SERVER_CONFIG_INVALID_TEST) {
ASSERT_FALSE(s.ok());
s = config.SetResourceConfigIndexBuildDevice("gpu16");
ASSERT_FALSE(s.ok());
}
}