From 4460e86776e950f792d15b4e003a6795e2bca5e0 Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Wed, 15 Apr 2026 18:36:20 +0000 Subject: [PATCH] Hithomelabs/CFTunnels#115: Fix mixed indentation (tabs to spaces) --- .../CFTunnels/CfTunnelsApplication.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/hithomelabs/CFTunnels/CfTunnelsApplication.java b/src/main/java/com/hithomelabs/CFTunnels/CfTunnelsApplication.java index 1b46911..42bacd5 100644 --- a/src/main/java/com/hithomelabs/CFTunnels/CfTunnelsApplication.java +++ b/src/main/java/com/hithomelabs/CFTunnels/CfTunnelsApplication.java @@ -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); + } -} \ No newline at end of file +}