From 4e5535252ab09844040c2ec2551c3b8568f3efcf Mon Sep 17 00:00:00 2001 From: Marcone Lentz Boff <157663360+m4rcone@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:53:58 +0000 Subject: [PATCH] fix `prettier` style linting --- infra/migrations/1733232352672_teste.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/migrations/1733232352672_teste.js b/infra/migrations/1733232352672_teste.js index fbce4d4..ca088d9 100644 --- a/infra/migrations/1733232352672_teste.js +++ b/infra/migrations/1733232352672_teste.js @@ -2,6 +2,6 @@ exports.shorthands = undefined; -exports.up = pgm => {}; +exports.up = (pgm) => {}; -exports.down = pgm => {}; +exports.down = (pgm) => {};