mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-09-05 14:00:56 +02:00
formatting
This commit is contained in:
@@ -69,7 +69,7 @@ std::pair<std::string, uint16_t> ParseHostPort(const std::string &s) {
|
||||
std::string to_lower(const std::string &s) {
|
||||
std::string result = s;
|
||||
std::transform(result.begin(), result.end(), result.begin(),
|
||||
[](unsigned char c) { return std::tolower(c); });
|
||||
[](unsigned char c) { return std::tolower(c); });
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user