Skip to content

Commit

Permalink
fixing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Aug 14, 2023
1 parent 8ae27ac commit cbddf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materializationengine/blueprints/client/query_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _make_query(
if offset is not None:
query = query.offset(offset)
if limit is not None:
query = query.limit(limit)
query = query.limit(limit)

return query

Expand Down

0 comments on commit cbddf52

Please sign in to comment.