Commit 578c8fd0 by Bessie Steinberg Committed by Bill Filler

remove weird space

parent 524d9bf4
......@@ -61,7 +61,7 @@ class VisibilityTransformer(FilteringTransformerMixin, BlockStructureTransformer
def transform_block_filters(self, usage_info, block_structure):
# Users with staff access bypass the Visibility check.
if usage_info.has_staff_access:
if usage_info.has_staff_access:
return [block_structure.create_universal_filter()]
return [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment