Clean up formatting of example code in README

This commit is contained in:
David Nault
2019-03-26 13:30:01 -07:00
parent 2f4500e9c7
commit e5c4e6e46f

View File

@@ -242,7 +242,7 @@ public class MyService {
private final UserRepository userRepository;
@Autowired
@Autowired
public MyService(UserRepository userRepository) {
this.userRepository = userRepository;
}