Skip to content

Commit ab61f21

Browse files
committed
fix style
1 parent 06b525f commit ab61f21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clientcommands.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ void ClientCommands::info( bool isJsonFormat )
151151
{
152152
suffix = '}';
153153
prefix = '{';
154-
} else {
154+
}
155+
else
156+
{
155157
suffix = '\n';
156158
}
157159

0 commit comments

Comments
 (0)