Skip to content

Commit eea5661

Browse files
committed
whitespace
1 parent f862b17 commit eea5661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spinn_front_end_common/interface/abstract_spinnaker_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,8 @@ def _execute_info_allocator(self) -> None:
10351035
name = get_config_str("Mapping", "info_allocator")
10361036
if name == "GlobalZonedRoutingInfoAllocator":
10371037
logger.warning("GlobalZonedRoutingInfoAllocator is deprecated. "
1038-
"Please change cfg Mapping info_allocator to "
1039-
"ZonedRoutingInfoAllocator")
1038+
"Please change cfg Mapping info_allocator to "
1039+
"ZonedRoutingInfoAllocator")
10401040
name = "ZonedRoutingInfoAllocator"
10411041
if name == "ZonedRoutingInfoAllocator":
10421042
with FecTimer("Zoned routing info allocator", TimerWork.OTHER):

0 commit comments

Comments
 (0)