From d9a526e8285ffe0ac900ee7197b51e55b27ab12e Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 10 Dec 2021 18:06:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Cleanup=20empty=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/Helpers/Application.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/phpmon/Domain/Helpers/Application.swift b/phpmon/Domain/Helpers/Application.swift index f0ec791..6bd64f1 100644 --- a/phpmon/Domain/Helpers/Application.swift +++ b/phpmon/Domain/Helpers/Application.swift @@ -8,7 +8,6 @@ import Foundation - /// An application that is capable of opening a particular directory (usually of a PHP project). /// In most cases this is going to be a code editor, but it could also be another application /// that supports opening those directories, like a visual Git client or a terminal app.