From bc9aa38c2ab959a69187a3c28082014aef4a2046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Pe=CC=81bay?= Date: Mon, 24 Apr 2023 17:55:47 -0400 Subject: [PATCH] #3: remove trailing whitespace, add newline at end of files --- block.h | 2 +- lib_example.py | 2 +- visualizer.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/block.h b/block.h index f994a6df2d..931980d6e6 100644 --- a/block.h +++ b/block.h @@ -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); diff --git a/lib_example.py b/lib_example.py index b7359a3d4e..97a6928769 100644 --- a/lib_example.py +++ b/lib_example.py @@ -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()) \ No newline at end of file +print(b.to_string()) diff --git a/visualizer.cc b/visualizer.cc index e42a6e49f3..7d2e6eab65 100644 --- a/visualizer.cc +++ b/visualizer.cc @@ -39,4 +39,4 @@ NB_MODULE(visualizer, m) { std::map, std::map, double>()); -} \ No newline at end of file +}