Skip to content

Commit

Permalink
2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 30, 2024
1 parent 68903b2 commit 0a89f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker/pyNN/models/neuron/master_pop_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _make_array(ctype: Type[_T], n_items: int) -> ctypes.Array[_T]:
:return: a ctype array
:rtype: _ctypes.PyCArrayType
"""
array_type = ctype * n_items # type: ignore
array_type = ctype * n_items # type: ignore
return array_type()


Expand Down

0 comments on commit 0a89f87

Please sign in to comment.