Skip to content

Commit

Permalink
#3: remove trailing whitespace, add newline at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Apr 28, 2023
1 parent 5322a35 commit bc9aa38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion block.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct Block
void attach_object_id(uint64_t);

std::string to_string() const;

friend std::ostream & operator << (std::ostream &out, const Block &b);

Block(uint64_t, uint64_t, double, std::unordered_set<uint64_t>);
Expand Down
2 changes: 1 addition & 1 deletion lib_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# trying to attach an object id that is not an int actually throws a python TypeError
print(b.to_string())
b.detach_object_id(42)
print(b.to_string())
print(b.to_string())
2 changes: 1 addition & 1 deletion visualizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ NB_MODULE(visualizer, m) {
std::map<std::string, std::string>,
std::map<std::string, std::string>,
double>());
}
}

0 comments on commit bc9aa38

Please sign in to comment.