Skip to content

Commit 7e2c725

Browse files
fix: linter
1 parent 5e05fb3 commit 7e2c725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/src/main/java/com/influxdb/v3/ProxyExample.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import com.influxdb.v3.client.config.ClientConfig;
1515

1616
public class ProxyExample {
17+
1718
public static void main(final String[] args) throws Exception {
1819
// Run docker-compose.yml file to start Envoy proxy
1920

@@ -52,5 +53,7 @@ public static void main(final String[] args) throws Exception {
5253
});
5354
}
5455
}
56+
57+
private ProxyExample()
5558
}
5659

0 commit comments

Comments
 (0)