Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Jun 5, 2021
1 parent 9f0ac64 commit 1a80d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion har.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// Property is a key value pair
type Property struct {
// Name of the value represented
Name string `json:"name"`
Name string `json:"name"`

// Value being represented
Value string `json:"value"`
Expand Down

0 comments on commit 1a80d6c

Please sign in to comment.