Replace single quotes in gio/tests/codegen.py

This makes the formatting more consistent.
This commit is contained in:
TestingPlant 2022-05-12 00:29:44 +00:00
parent 06309d50ea
commit a5e7156a9b

View File

@ -39,7 +39,7 @@ Result = collections.namedtuple("Result", ("info", "out", "err", "subs"))
def on_win32():
return sys.platform.find('win') != -1
return sys.platform.find("win") != -1
class TestCodegen(unittest.TestCase):