From 340881d590b124969f80aec057d3e26fb123ed53 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 26 Oct 2020 15:59:57 +0000 Subject: [PATCH] remove superfluous newline --- .../src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php b/tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php index fd10642ff..dc4b1b122 100644 --- a/tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php +++ b/tests/plugins/TesterPlugin/src/pmmp/TesterPlugin/tests/AsyncTaskMainLoggerTest.php @@ -72,5 +72,4 @@ class AsyncTaskMainLoggerTest extends Test{ return "Verifies that the MainLogger is accessible by MainLogger::getLogger() in an AsyncTask"; } - }