Skip to content

Commit

Permalink
Update metagraph/src/cli/config/config.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Harun Mustafa <[email protected]>
  • Loading branch information
adamant-pwn and hmusta authored Jun 6, 2024
1 parent 18038a1 commit b5b5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metagraph/src/cli/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Config::GraphType Config::string_to_graphtype(const std::string &string) {
} else if (string == "bitmap") {
return GraphType::BITMAP;

} else if (string == "sshash"){
} else if (string == "sshash") {
return GraphType::SSHASH;
}
else {
Expand Down

0 comments on commit b5b5e6f

Please sign in to comment.