Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Feb 24, 2018
1 parent 497142a commit efd6ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ String Symbol::toString(const std::shared_ptr<Project> &project,
const Set<String> &pieceFilters) const
{
auto filterPiece = [&pieceFilters](const char *name) { return pieceFilters.isEmpty() || pieceFilters.contains(name); };
auto properties = [this, &filterPiece]() -> String
{
auto properties = [this, &filterPiece]() -> String {
List<String> ret;
if (isDefinition() && filterPiece("definition"))
ret << "Definition";
Expand Down

0 comments on commit efd6ea4

Please sign in to comment.