Spaces -> Tabs

This commit is contained in:
Phillip Webb 2014-03-21 09:02:08 -07:00
parent 3cd70b1c19
commit 8c0703ad9c
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ welcome = { ->
def hostName;
try {
hostName = java.net.InetAddress.getLocalHost().getHostName();
} catch (java.net.UnknownHostException ignore) {
}
catch (java.net.UnknownHostException ignore) {
hostName = "localhost";
}