Skip to content

Commit

Permalink
fix prettier style linting
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rcone authored Dec 12, 2024
1 parent 0d777c1 commit 4e55352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/migrations/1733232352672_teste.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

exports.shorthands = undefined;

exports.up = pgm => {};
exports.up = (pgm) => {};

exports.down = pgm => {};
exports.down = (pgm) => {};

0 comments on commit 4e55352

Please sign in to comment.