Fix indentation
Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
This commit is contained in:
parent
393032d98b
commit
d0a8fc24b3
1 changed files with 4 additions and 4 deletions
|
@ -82,10 +82,10 @@ public final class UrlToFileMapper {
|
|||
} catch (UnsupportedEncodingException e) {
|
||||
throw new RuntimeException(e); // should never happen
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return buf.toString();
|
||||
}
|
||||
}
|
||||
|
||||
private UrlToFileMapper() {}
|
||||
private UrlToFileMapper() {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue