Skip to content

Commit

Permalink
fix: newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 committed May 1, 2024
1 parent 4de0eae commit 4f696d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dpp/events/message_poll_vote_add.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ void message_poll_vote_add::handle(discord_client* client, json &j, const std::s
}
}

};
};
2 changes: 1 addition & 1 deletion src/dpp/events/message_poll_vote_remove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ void message_poll_vote_remove::handle(discord_client* client, json &j, const std
}
}

};
};

0 comments on commit 4f696d7

Please sign in to comment.