소스 검색

Style fix after #43517

Rémi Verschelde 4 년 전
부모
커밋
d9dd3b2768
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/test_json.h

+ 0 - 1
tests/test_json.h

@@ -161,7 +161,6 @@ TEST_CASE("[JSON] Parsing objects (dictionaries)") {
 			dictionary["empty_object"].hash() == Dictionary().hash(),
 			"The parsed JSON should contain the expected values.");
 }
-
 } // namespace TestJSON
 
 #endif // TEST_JSON_H