Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
pandalee99 committed Nov 2, 2023
1 parent c665175 commit 090f2c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package com.alipay.sofa.rpc.codec.fury;

public enum AccessConfig {
WHITELIST_CONFIG("whitelist"), BLACKLIST_CONFIG("blacklist"),
WHITELIST_CONFIG("whitelist"), BLACKLIST_CONFIG("blacklist"),

NONE_CONFIG("none");
NONE_CONFIG("none");

private final String configType;

Expand Down

0 comments on commit 090f2c5

Please sign in to comment.