Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
be0x74a committed Apr 29, 2024
1 parent 941f200 commit fb0a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/dependency_graph_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type DependencyGraphSnapshot struct {
//
// GitHub API docs: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository
type DependencyGraphSnapshotCreationData struct {
ID int64 `json:"id"`
ID int64 `json:"id"`
CreatedAt *Timestamp `json:"created_at,omitempty"`
Message *string `json:"message,omitempty"`
// Represents the snapshot creation result.
Expand Down

0 comments on commit fb0a8ef

Please sign in to comment.