Skip to content

Commit

Permalink
Added newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 19, 2016
1 parent 933ed48 commit 7ae28ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-dep/src/main/java/net/bytebuddy/TypeCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,4 @@ public String toString() {
'}';
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import java.lang.ref.Reference;
import java.lang.ref.SoftReference;
import java.lang.ref.WeakReference;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
Expand Down Expand Up @@ -144,4 +142,4 @@ public Class<?> create() {
ObjectPropertyAssertion.of(TypeCache.StorageKey.class).applyBasic();

}
}
}

0 comments on commit 7ae28ff

Please sign in to comment.