#175 fix clang-format

Former-commit-id: e7818d67ca090ced2a934e885074700b46619e15
This commit is contained in:
yudong.cai 2019-11-03 14:28:15 +08:00
parent 9d1277af9e
commit bfafb8cdef

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());
}
}