From aa78f7aa11b0576344254cd5dd21a2c130e257a0 Mon Sep 17 00:00:00 2001
From: Matthew Hall <matthew@quickbeam.me.uk>
Date: Wed, 8 Oct 2014 19:09:42 +0100
Subject: [PATCH] Credit artist

---
 README.md  | 2 ++
 src/lib.rs | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cd360d0..4118a6a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
 Currently in an unfinished state, I'm afraid. I am working on it though!
 
+assets/tilesheet.png by Buch (http://blog-buch.rhcloud.com/)
+
 Licenced under MIT
diff --git a/src/lib.rs b/src/lib.rs
index fa449e8..b3a273f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -421,7 +421,7 @@ fn parse_data<B: Buffer>(parser: &mut EventReader<B>, attrs: Vec<Attribute>, wid
     }
 }
 
-pub fn parse<B: Buffer>(parser: &mut EventReader<B>) -> Result<Map, TiledError>{
+pub fn parse<B: Buffer>(parser: &mut EventReader<B>) -> Result<Map, TiledError> {
     loop {
         match parser.next() {
             StartElement {name, attributes, ..}  => {
-- 
GitLab