Skip to content

Commit

Permalink
refactor: Empty new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Apr 23, 2024
1 parent 2619c6e commit 360281f
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ void bar() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ public interface SuffixMXBean {
);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class BetweenImport { }
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ class Test {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ class Test {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ void test(Bean<?> bean) {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ void bar(BeforeBeanDiscovery beforeBeanDiscovery, BeanManager beanManager) {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ void bar(BeanManager beanManager) {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ void bar(HttpServletRequest request, HttpServletRequestWrapper wrapper) throws E
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,4 @@ class InnerClass {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ public void doNothing() {
""")
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ public class Foo {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ class NonEmbeddableObject {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ void urlConstructor(String spec) throws Exception {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,4 @@ public static Optional empty() {}
"""
));
}
}
}

0 comments on commit 360281f

Please sign in to comment.