From d3747f40e2945457a57450c97db20a65727d834f Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 21 Sep 2020 21:32:02 -0400 Subject: [PATCH] Fix code format --- src/cli/Add.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cli/Add.cpp b/src/cli/Add.cpp index 62f2c605..9bb88806 100644 --- a/src/cli/Add.cpp +++ b/src/cli/Add.cpp @@ -37,9 +37,9 @@ const QCommandLineOption Add::UrlOption = QCommandLineOption(QStringList() << "url", QObject::tr("URL for the entry."), QObject::tr("URL")); const QCommandLineOption Add::NotesOption = QCommandLineOption(QStringList() << "n" - << "notes", - QObject::tr("Notes for the entry."), - QObject::tr("Notes")); + << "notes", + QObject::tr("Notes for the entry."), + QObject::tr("Notes")); const QCommandLineOption Add::PasswordPromptOption = QCommandLineOption(QStringList() << "p"