From 9e8041e7db6fff56556411e9f1a8266fd33e57b8 Mon Sep 17 00:00:00 2001 From: necmettindev Date: Fri, 25 Aug 2023 23:45:56 +0300 Subject: [PATCH] chore(license): remove unnecessary newline at the end of the file The commit removes an unnecessary newline at the end of the LICENSE file. This change is made to maintain consistency and adhere to best practices in file formatting. --- LICENSE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 00491ed..6569d43 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ MIT License - Copyright (c) 2023 Necmettin Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +17,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.