8000 Whitespace cleanup · arangodb/arangodb@f3d37cc · GitHub
[go: up one dir, main page]

Skip to content

Commit f3d37cc

Browse files
author
Markus Pfeiffer
committed
Whitespace cleanup
1 parent bb8e85f commit f3d37cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arangod/Utils/CollectionNameResolver.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "VocBase/LogicalCollection.h"
3333
#include "VocBase/LogicalView.h"
3434
#include "VocBase/vocbase.h"
35-
35+
3636
namespace {
3737
std::string const UNKNOWN("_unknown");
3838
}
@@ -140,7 +140,6 @@ TRI_voc_cid_t CollectionNameResolver::getCollectionIdCluster(std::string const&
140140
return vinfo->id();
141141
}
142142
} catch (...) {
143-
// TODO: ?
144143
}
145144

146145
return 0;
@@ -313,7 +312,7 @@ std::string CollectionNameResolver::lookupName(TRI_voc_cid_t cid) const {
313312
if (collection != nullptr && !collection->name().empty()) {
314313
return collection->name();
315314
}
316-
315+
317316
return ::UNKNOWN;
318317
}
319318

0 commit comments

Comments
 (0)
0