Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LDiazN committed Jan 17, 2025
1 parent eb4cf8d commit dc48d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ class ProbeUpdateResponse(BaseModel):

@router.put("/update", tags=["ooniprobe"])
def probe_update_post(probe_update : ProbeUpdate) -> ProbeUpdateResponse:
return ProbeUpdateResponse(status="ok")
return ProbeUpdateResponse(status="ok")

0 comments on commit dc48d33

Please sign in to comment.