diff --git a/plugins/channel-safely/channel-groups.cpp b/plugins/channel-safely/channel-groups.cpp index 41928c556..638ba395b 100644 --- a/plugins/channel-safely/channel-groups.cpp +++ b/plugins/channel-safely/channel-groups.cpp @@ -251,5 +251,3 @@ void ChannelGroups::debug_map() { DEBUG(groups).print(" map[" COORD "] = %d\n",COORDARGS(pair.first), pair.second); } } - - diff --git a/plugins/channel-safely/channel-safely-plugin.cpp b/plugins/channel-safely/channel-safely-plugin.cpp index b473598ae..a5f5be583 100644 --- a/plugins/channel-safely/channel-safely-plugin.cpp +++ b/plugins/channel-safely/channel-safely-plugin.cpp @@ -515,5 +515,3 @@ command_result channel_safely(color_ostream &out, std::vector ¶ saveConfig(); return DFHack::CR_OK; } - -