Ensure all files end with a new line
Update all files to ensure that they always end with a new-line character. Issue gh-8945
This commit is contained in:
@@ -19,4 +19,4 @@ public interface CrudRepository {
|
||||
|
||||
Iterable<Object> findAll();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ import org.springframework.security.access.prepost.PreAuthorize;
|
||||
@PreAuthorize("hasRole('ROLE_PERSON')")
|
||||
public interface PersonRepository extends CrudRepository {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ public class CurrentDelegatingSecurityContextExecutorServiceTests
|
||||
return new DelegatingSecurityContextExecutorService(this.delegate);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ public class ExplicitDelegatingSecurityContextExecutorServiceTests
|
||||
return new DelegatingSecurityContextExecutorService(this.delegate, this.securityContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ public class ExplicitDelegatingSecurityContextScheduledExecutorServiceTests
|
||||
return new DelegatingSecurityContextScheduledExecutorService(this.delegate, this.securityContext);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user