Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 9f7e95f commit c5d6d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ window.profileList = [
slug: "empty-options",
description: "Profile with empty options",
display_name: "Empty Options",
profile_options: {}
profile_options: {},
},
{
slug: "no-options",
description: "Profile with no options",
display_name: "No Options"
display_name: "No Options",
},
];

0 comments on commit c5d6d31

Please sign in to comment.