8000 fixed my bad · ezhangle/arangodb@e6a6327 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6a6327

Browse files
committed
fixed my bad
1 parent 960b464 commit e6a6327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Rest/AnyServer.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ namespace triagens {
120120
if (_mode == ServerMode::MODE_STANDALONE) {
121121
return "standalone";
122122
}
123-
TRI_ASSERT(_mode == ServerMode::MODE_SERVICE) {
124-
return "service";
125-
}
123+
124+
TRI_ASSERT(_mode == ServerMode::MODE_SERVICE);
125+
return "service";
126126
}
127127

128128
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)
0