Skip to content

Commit

Permalink
Fix indent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olle committed Nov 22, 2020
1 parent 751204b commit 99c8d0d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
* this:</p>
*
* <pre>
{@literal @}SpringBootApplication
{@literal @}EnableQueryResponse
public class MyApplication {
// ...
}
{@literal @}SpringBootApplication
{@literal @}EnableQueryResponse
public class MyApplication {
// ...
}
* </pre>
*/
@Target(ElementType.TYPE)
Expand Down

0 comments on commit 99c8d0d

Please sign in to comment.