Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 23, 2024
1 parent 6dfd3fc commit 50fc408
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public function __construct()
in: 'query',
required: false,
example: '[
{"operator":"like","value":"John","field":"name","type":"string"},
{"operator":"eq","value":"10","property":"count","type":"numeric"}
{"operator":"like","value":"John","field":"name","type":"string"},
{"operator":"eq","value":"10","property":"count","type":"numeric"}
]'
);
}
Expand Down

0 comments on commit 50fc408

Please sign in to comment.