Skip to content

Commit b9c1901

Browse files
style fix
1 parent 6251288 commit b9c1901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/library/yql/providers/common/solomon_accessor/client/solomon_accessor_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ ISolomonAccessorClient::Make(
330330
return std::make_shared<TSolomonAccessorClient>(std::move(settings), credentialsProvider);
331331
}
332332

333-
} // namespace NYql::NSo
333+
} // namespace NYql::NSo

ydb/library/yql/providers/common/solomon_accessor/client/solomon_accessor_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ class ISolomonAccessorClient {
4848
std::vector<Timeseries> &results) = 0;
4949
};
5050

51-
} // namespace NYql
51+
} // namespace NYql

0 commit comments

Comments
 (0)