forked from Hithomelabs/CFTunnels
Hithomelabs/CFTunnels#115: Fix mixed indentation (tabs to spaces)
This commit is contained in:
parent
ac2ae0a59f
commit
4460e86776
@ -33,13 +33,13 @@ package com.hithomelabs.CFTunnels;
|
||||
@SpringBootApplication
|
||||
public class CfTunnelsApplication {
|
||||
|
||||
/**
|
||||
* Main entry point for the application.
|
||||
*
|
||||
* @param args command line arguments passed to the application
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(CfTunnelsApplication.class, args);
|
||||
}
|
||||
/**
|
||||
* Main entry point for the application.
|
||||
*
|
||||
* @param args command line arguments passed to the application
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(CfTunnelsApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user