Skip to content

Commit

Permalink
optimize: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
snakorse committed Nov 24, 2021
1 parent 6d4b7c8 commit 96994da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/msp/tenant/project/project.service.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (s *projectService) getProjectsStatistics(projects Projects) error {
Start: strconv.FormatInt(startMillSeconds, 10),
End: strconv.FormatInt(endMillSeconds, 10),
Filters: []*metricpb.Filter{
&metricpb.Filter{
{
Key: "tags.project_id",
Op: "in",
Value: structpb.NewListValue(pbIdList),
Expand Down Expand Up @@ -227,7 +227,7 @@ func (s *projectService) getProjectsStatistics(projects Projects) error {
Start: strconv.FormatInt(startMillSeconds, 10),
End: strconv.FormatInt(endMillSeconds, 10),
Filters: []*metricpb.Filter{
&metricpb.Filter{
{
Key: "tags.project_id",
Op: "in",
Value: structpb.NewListValue(pbIdList),
Expand Down

0 comments on commit 96994da

Please sign in to comment.