From ff38574317a3e76bb280d944c34e58a099ba7af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Thu, 2 Sep 2021 17:42:12 +0100 Subject: [PATCH] fix: add new line to EOF --- migrations/1626275844773-add-machine-network-performance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1626275844773-add-machine-network-performance.js b/migrations/1626275844773-add-machine-network-performance.js index ee367998..6651d2f4 100644 --- a/migrations/1626275844773-add-machine-network-performance.js +++ b/migrations/1626275844773-add-machine-network-performance.js @@ -23,4 +23,4 @@ exports.up = function (next) { exports.down = function (next) { next() -} \ No newline at end of file +}