From 1067e5f2c210f07719a7db900f0c6d7af16cdb3f Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 27 Oct 2019 15:19:49 +0100 Subject: [PATCH] Remove redundant empty line --- Bukkit/src/main/resources/plugin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bukkit/src/main/resources/plugin.yml b/Bukkit/src/main/resources/plugin.yml index c2e1350e4..797d21ba3 100644 --- a/Bukkit/src/main/resources/plugin.yml +++ b/Bukkit/src/main/resources/plugin.yml @@ -3,8 +3,7 @@ main: com.github.intellectualsites.plotsquared.bukkit.BukkitMain api-version: "1.13" version: "${version}" load: STARTUP -description: > - Easy, yet powerful Plot World generation and management. +description: "Easy, yet powerful Plot World generation and management." authors: [Citymonstret, Empire92, MattBDev, dordsor21] website: https://github.com/IntellectualSites/ softdepend: [BarAPI, CameraAPI, Vault]