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 eb6ab14 commit 5b5c130
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ void regex() {
yaml("server.port: 53", "server.port: 8053")
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -916,4 +916,4 @@ class A {
);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ protected void configure(HttpSecurity http) throws Exception {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ SecurityFilterChain securityFilterChain(HttpSecurity http) {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -734,5 +734,3 @@ InMemoryUserDetailsManager inMemoryAuthManager() throws Exception {
}

}


Original file line number Diff line number Diff line change
Expand Up @@ -495,4 +495,4 @@ void method() {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,4 @@ SecurityFilterChain securityFilterChain(HttpSecurity http) {
);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ void qualifiedFieldAccess(UserDetailsService userDetailsService) {
)
);
}
}
}

0 comments on commit 5b5c130

Please sign in to comment.