Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed May 9, 2024
1 parent e836984 commit c79fd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/natives.bal
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ isolated function externCounterGetValue(Counter counter) returns int = @java:Met
# of the gauge during its usage
public isolated class Gauge {

public final string name;
public final string name;
public final string description;
public final map<string> & readonly metricTags;
public final StatisticConfig[] & readonly statisticConfigs;
Expand Down

0 comments on commit c79fd58

Please sign in to comment.