From 134a895dbf6db6b9784f165a3a577d6059949169 Mon Sep 17 00:00:00 2001
From: Mohamed MOUNIROU <mmounirou@MacBook-Pro-de-Mohamed.local>
Date: Tue, 04 Oct 2011 16:35:09 -0400
Subject: [PATCH] add tools to install giblet as service on linux based os

---
 tests/com/gitblit/tests/TicgitUtilsTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/com/gitblit/tests/TicgitUtilsTest.java b/tests/com/gitblit/tests/TicgitUtilsTest.java
index 792c426..9f5a488 100644
--- a/tests/com/gitblit/tests/TicgitUtilsTest.java
+++ b/tests/com/gitblit/tests/TicgitUtilsTest.java
@@ -33,7 +33,7 @@
 		RefModel branch = TicgitUtils.getTicketsBranch(repository);
 		repository.close();
 		assertTrue("Ticgit branch does not exist!", branch != null);
-		
+
 		repository = GitBlitSuite.getHelloworldRepository();
 		branch = TicgitUtils.getTicketsBranch(repository);
 		repository.close();
@@ -60,7 +60,7 @@
 				assertTrue(commentA.hashCode() == commentA.text.hashCode());
 			}
 		}
-		
+
 		repository = GitBlitSuite.getHelloworldRepository();
 		List<TicketModel> ticketsC = TicgitUtils.getTickets(repository);
 		repository.close();

--
Gitblit v1.9.1