diff --git a/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py b/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py index 54dfcdbe50..266b55fbfb 100644 --- a/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py +++ b/src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py @@ -77,4 +77,4 @@ def layer(self): def layer(self, value): layer = self._pedb.stackup.layers[value]._edb_layer point_data = self._pedb.point_data(*self.location) - self._edb_object.SetParameters(point_data, layer) \ No newline at end of file + self._edb_object.SetParameters(point_data, layer)