From 8479f27418bc58cc975fbcc8d86cd964327a2305 Mon Sep 17 00:00:00 2001
From: marios <haha@myzen.jaist.ac.jp>
Date: Wed, 4 Sep 2019 14:40:48 +0900
Subject: [PATCH] fix(traits2.rs): Add whitespace for hints

---
 exercises/traits/traits2.rs | 47 +++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/exercises/traits/traits2.rs b/exercises/traits/traits2.rs
index 9f26126..be37fc9 100644
--- a/exercises/traits/traits2.rs
+++ b/exercises/traits/traits2.rs
@@ -32,6 +32,53 @@ mod tests {
 
 }
 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 // Notice how the trait takes ownership of 'self',
 // and returns `Self'. Try mutating the incoming
 // string vector.