Fix formatting

This commit is contained in:
Victor Zverovich 2018-11-20 07:43:40 -08:00
parent 33fbb3a7eb
commit 00a8cc8325

View File

@ -88,10 +88,10 @@ add_fmt_test(assert-test)
add_fmt_test(core-test)
add_fmt_test(gtest-extra-test)
add_fmt_test(format-test mock-allocator.h)
add_fmt_test(locale-test)
if(NOT (MSVC AND BUILD_SHARED_LIBS))
if (NOT (MSVC AND BUILD_SHARED_LIBS))
add_fmt_test(format-impl-test)
endif()
endif ()
add_fmt_test(locale-test)
add_fmt_test(ostream-test)
add_fmt_test(printf-test)
add_fmt_test(time-test)