From 39633e93a9e72b641f6d76192335a5ec221c0032 Mon Sep 17 00:00:00 2001 From: Nikola Ubavic <53820106+ubavic@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:25:10 +0100 Subject: [PATCH] chore: add a newline --- migrations/1637877732001-add_unpaired_devices_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1637877732001-add_unpaired_devices_table.js b/migrations/1637877732001-add_unpaired_devices_table.js index 8bdbdab5..fc7ac278 100644 --- a/migrations/1637877732001-add_unpaired_devices_table.js +++ b/migrations/1637877732001-add_unpaired_devices_table.js @@ -19,4 +19,4 @@ exports.up = function (next) { exports.down = function (next) { next() -} \ No newline at end of file +}