Skip to content

Commit f9d9df3

Browse files
committed
cpp formatting
1 parent c49b6d9 commit f9d9df3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/openlocationcode_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ TEST_P(EncodingChecks, degreesToIntegers) {
182182
TEST_P(EncodingChecks, encodeIntegers) {
183183
EncodingTestData test_data = GetParam();
184184
// Encode the test location and make sure we get the expected code.
185-
std::string actual_code = internal::encodeIntegers(test_data.lat_int, test_data.lng_int, test_data.length);
185+
std::string actual_code = internal::encodeIntegers(
186+
test_data.lat_int, test_data.lng_int, test_data.length);
186187
EXPECT_EQ(test_data.code, actual_code);
187188
}
188189

0 commit comments

Comments
 (0)