Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthiaxyin committed Jan 22, 2024
1 parent 07b6a73 commit 6176d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class TypingAndDedupingFlag {

public static boolean isDestinationV2() {
return DestinationConfig.getInstance().getBooleanValue("is_v2_destination")
|| DestinationConfig.getInstance().getBooleanValue("use_1s1t_format");
|| DestinationConfig.getInstance().getBooleanValue("use_1s1t_format");
}

public static Optional<String> getRawNamespaceOverride(String option) {
Expand Down

0 comments on commit 6176d03

Please sign in to comment.