Skip to content

Commit 4d2902b

Browse files
committed
remove newlines
1 parent 57a9221 commit 4d2902b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/robot/client.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ RobotClient::~RobotClient() {
120120
try {
121121
this->close();
122122
} catch (const std::exception& e) {
123-
VIAM_SDK_LOG(error) << "Received err while closing RobotClient: " << e.what() << "\n";
123+
VIAM_SDK_LOG(error) << "Received err while closing RobotClient: " << e.what();
124124
} catch (...) {
125-
VIAM_SDK_LOG(error) << "Received unknown err while closing RobotClient\n";
125+
VIAM_SDK_LOG(error) << "Received unknown err while closing RobotClient";
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)