Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkev committed Sep 14, 2024
1 parent 535c8a3 commit c8f6c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/builder/embedBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ describe("Embed", function () {
embed.setAuthor("author");
embed.addField("field", "fieldValue");
expect(embed.toString()).to.equal(
"## title\n\ndescription\n\n**field**:\nfieldValue\n-# footer"
"## title\n\ndescription\n\n**field**:\nfieldValue\n-# footer",
);
});
});
Expand Down

0 comments on commit c8f6c95

Please sign in to comment.