Skip to content

Commit

Permalink
Fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Podshot committed Oct 1, 2018
1 parent 50595ff commit 282fb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys

on_rtd = os.environ.get("READTHEDOCS") == 'True'
on_rtd = os.environ.get("READTHEDOCS") == "True"

if not on_rtd:
sys.path.insert(0, os.path.abspath("."))
Expand Down
2 changes: 1 addition & 1 deletion tests/test_format_proto_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUp(self):
self.proto = definition_manager.DefinitionManager("1_12")

def test_direct_access(self):
self.assertEqual( [1, 0], self.proto.blocks["minecraft:stone"])
self.assertEqual([1, 0], self.proto.blocks["minecraft:stone"])

def test_get_internal_block(self):
stone_def = self.proto.get_internal_block(basename="stone")
Expand Down

0 comments on commit 282fb1e

Please sign in to comment.