Indent file with TABS
This commit is contained in:
@@ -31,7 +31,7 @@ class EngineeringNumberConverter():
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def number_to_engineering(c, number, it_unit = False):
|
||||
def number_to_engineering(c, number, it_unit=False):
|
||||
"""
|
||||
Convert a number to engineering SI syntax with prefix.
|
||||
This function will return a tuple of (new_number, prefix)
|
||||
|
Reference in New Issue
Block a user