mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Apply suggestions from code review
Co-authored-by: alesapin <alesapin@clickhouse.com>
This commit is contained in:
parent
2b0b03276b
commit
3d66acc56b
@ -517,7 +517,7 @@ void checkForUsersNotInMainConfig(
|
||||
#endif
|
||||
}
|
||||
|
||||
static String readString(const String& path)
|
||||
static String readString(const String & path)
|
||||
{
|
||||
ReadBufferFromFile in(path);
|
||||
String contents;
|
||||
@ -525,7 +525,7 @@ static String readString(const String& path)
|
||||
return contents;
|
||||
}
|
||||
|
||||
static int readNumber(const String& path)
|
||||
static int readNumber(const String & path)
|
||||
{
|
||||
ReadBufferFromFile in(path);
|
||||
int result;
|
||||
|
Loading…
Reference in New Issue
Block a user