remove line ending whitespace from comment

This commit is contained in:
Sam Crow 2023-07-19 10:51:19 -07:00
parent bfabe64f33
commit 2b9e70d318
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class instance(geometry):
# track if the instance's spice pin connections have been made
self.connected = False
# deepcopy because this instance needs to
# deepcopy because this instance needs to
# change attributes in these spice objects
self.spice_pins = copy.deepcopy(self.mod.pins)
self.spice_nets = copy.deepcopy(self.mod.nets)