Skip to content

Commit

Permalink
style: removed blank lines in dtemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 4, 2023
1 parent 0dee598 commit 3985f21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dpp/dtemplate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include <dpp/discordevents.h>
#include <dpp/json.h>



namespace dpp {

using json = nlohmann::json;
Expand All @@ -33,7 +31,6 @@ dtemplate::dtemplate() : code(""), name(""), description(""), usage_count(0), cr
{
}


dtemplate& dtemplate::fill_from_json(nlohmann::json* j) {
code = string_not_null(j, "code");
name = string_not_null(j, "name");
Expand Down

0 comments on commit 3985f21

Please sign in to comment.