Fix PEP8 style issues in bootstrap code
This commit is contained in:
parent
650b1b1f3a
commit
a263a78b28
2 changed files with 32 additions and 17 deletions
|
@ -302,6 +302,7 @@ def default_build_triple():
|
|||
|
||||
return "{}-{}".format(cputype, ostype)
|
||||
|
||||
|
||||
class RustBuild(object):
|
||||
"""Provide all the methods required to build Rust"""
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue