Skip to content

Commit

Permalink
[INLONG-11352][SDK] Adjust code format
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Oct 16, 2024
1 parent 09512fa commit e9dba7c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
public class InlongSdkDirtySink implements DirtySink {

// The inlong manager addr to init inlong sdk
private static final String DIRTY_SIDE_OUTPUT_INLONG_MANAGER_ADDR = "dirty.side-output.inlong-sdk.inlong-manager-addr";
private static final String DIRTY_SIDE_OUTPUT_INLONG_MANAGER_ADDR =
"dirty.side-output.inlong-sdk.inlong-manager-addr";
// The inlong manager auth id to init inlong sdk
private static final String DIRTY_SIDE_OUTPUT_INLONG_AUTH_ID = "dirty.side-output.inlong-sdk.inlong-auth-id";
// The inlong manager auth id to init inlong sdk
Expand Down

0 comments on commit e9dba7c

Please sign in to comment.