From bb5588521561e37e270f7a1f99e9a4699e2f47e2 Mon Sep 17 00:00:00 2001
From: Niels Lohmann <mail@nlohmann.me>
Date: Thu, 4 Oct 2018 20:42:19 +0200
Subject: [PATCH] :lipstick: cleaned code

---
 include/nlohmann/detail/input/input_adapters.hpp | 2 +-
 single_include/nlohmann/json.hpp                 | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/nlohmann/detail/input/input_adapters.hpp b/include/nlohmann/detail/input/input_adapters.hpp
index bf069e83..1ae77b5e 100644
--- a/include/nlohmann/detail/input/input_adapters.hpp
+++ b/include/nlohmann/detail/input/input_adapters.hpp
@@ -260,7 +260,7 @@ class wide_string_input_adapter : public input_adapter_protocol
     {
         wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
     }
-    
+
     /// the wstring to process
     const WideStringType& str;
 
diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp
index d276a673..872f6920 100644
--- a/single_include/nlohmann/json.hpp
+++ b/single_include/nlohmann/json.hpp
@@ -2138,7 +2138,7 @@ class wide_string_input_adapter : public input_adapter_protocol
     {
         wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
     }
-    
+
     /// the wstring to process
     const WideStringType& str;
 
@@ -2154,8 +2154,6 @@ class wide_string_input_adapter : public input_adapter_protocol
     std::size_t utf8_bytes_filled = 0;
 };
 
-
-
 class input_adapter
 {
   public: