Removes extra EOF lines

develop
Josh Cooper 2022-11-06 11:55:45 -08:00
parent bd6c748d00
commit 3a6205d19e
2 changed files with 0 additions and 4 deletions

@ -251,5 +251,3 @@ void ChannelGroups::debug_map() {
DEBUG(groups).print(" map[" COORD "] = %d\n",COORDARGS(pair.first), pair.second);
}
}

@ -515,5 +515,3 @@ command_result channel_safely(color_ostream &out, std::vector<std::string> &para
saveConfig();
return DFHack::CR_OK;
}