Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Dec 2, 2024
1 parent 1960226 commit c7a5ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/blockbuilder/types/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ type GetJobResponse struct {

type CompleteJobRequest struct {
BuilderID string
Job *Job
Job *Job
}

type SyncJobRequest struct {
BuilderID string
Job *Job
Job *Job
}

0 comments on commit c7a5ddf

Please sign in to comment.