Skip to content

Commit

Permalink
fix according to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-kioo committed Aug 15, 2024
1 parent b9eb3f4 commit 42564b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface UserAgentEntry extends Task {
@Config("product_name")
@ConfigDefault("\"unknown\"")
public String getProductName();

@Config("product_version")
@ConfigDefault("\"0.0.0\"")
public String getProductVersion();
Expand Down

0 comments on commit 42564b3

Please sign in to comment.