Fix indentation
Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
This commit is contained in:
@@ -82,10 +82,10 @@ public final class UrlToFileMapper {
|
|||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
throw new RuntimeException(e); // should never happen
|
throw new RuntimeException(e); // should never happen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return buf.toString();
|
return buf.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
private UrlToFileMapper() {}
|
private UrlToFileMapper() {}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user