From 86f298f8e5ce588da1ac6751ed3cc15dea346fdb Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 6 Feb 2020 23:00:06 +0100 Subject: [PATCH] prettier, prettier --- .../migrations/20200206190233-swap_latitude_with_longitude.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js b/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js index 35d85430e..0e11c8007 100644 --- a/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js +++ b/backend/src/db/migrations/20200206190233-swap_latitude_with_longitude.js @@ -1,6 +1,7 @@ import { getDriver } from '../../db/neo4j' -export const description = 'This migration swaps the value stored in Location.lat with the value of Location.lng.' +export const description = + 'This migration swaps the value stored in Location.lat with the value of Location.lng.' export async function up(next) { const driver = getDriver()