From 476fe85164617d52ee350561d390297b8e2570f2 Mon Sep 17 00:00:00 2001
From: maciej-ka <maciej.kasprzyk.it@gmail.com>
Date: Sun, 28 Jan 2018 23:36:23 +0100
Subject: [PATCH] Remove trailing spaces from copyright

---
 tasks/cra.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tasks/cra.js b/tasks/cra.js
index c181a2356..82343b156 100644
--- a/tasks/cra.js
+++ b/tasks/cra.js
@@ -1,9 +1,9 @@
 #!/usr/bin/env node
 /**
- * Copyright (c) 2015-present, Facebook, Inc. 
- * 
- * This source code is licensed under the MIT license found in the 
- * LICENSE file in the root directory of this source tree. 
+ * Copyright (c) 2015-present, Facebook, Inc.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
  */
 
 'use strict';
-- 
GitLab