Skip to content
Snippets Groups Projects
Commit f162fc2b authored by Richard Benkovsky's avatar Richard Benkovsky
Browse files

Formating fixed

parent 822a4be3
No related branches found
No related tags found
No related merge requests found
......@@ -157,9 +157,7 @@ object Utils {
/**
* Get the local machine's hostname.
*/
def localHostName(): String = {
return InetAddress.getLocalHost().getHostName
}
def localHostName(): String = InetAddress.getLocalHost.getHostName
/**
* Delete a file or directory and its contents recursively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment