Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Sep 13, 2024
1 parent 10658ee commit 1ed71c7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export const styles = {
};

const noRefreshOfAllFields = () => {
console.warn("An instance tried to refresh all fields, but the editor doesn't support it.");
console.warn(
"An instance tried to refresh all fields, but the editor doesn't support it."
);
};

const gd: libGDevelop = global.gd;
Expand Down

0 comments on commit 1ed71c7

Please sign in to comment.