Skip to content

Commit 5a5bfe1

Browse files
author
Marcelo Vanzin
committed
Fix indentation.
1 parent b3aba60 commit 5a5bfe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

launcher/src/test/java/org/apache/spark/launcher/LauncherServerSuite.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ private static class EvilPayload extends LauncherProtocol.Message {
255255
// message.
256256
private List<String> notAllowedField = Arrays.asList("disallowed");
257257

258-
private void readObject(ObjectInputStream stream)
259-
throws IOException, ClassNotFoundException {
258+
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
260259
stream.defaultReadObject();
261260
EVIL_BIT = 1;
262261
}

0 commit comments

Comments
 (0)