Skip to content

Commit

Permalink
Fix compile error to try out Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcoelho committed Feb 19, 2021
1 parent 953781b commit f7b3fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class RSocketApplication
{
public static void main(String[] args)
{
SpringApplication.run(RSocketApplication.class, args)
SpringApplication.run(RSocketApplication.class, args);
}
}

0 comments on commit f7b3fc0

Please sign in to comment.