Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ fix_line
Method
fix_line
ci/lint.py:108–109 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
106
def
check_line(self, line):
107
return
'\t'
not in line
108
def
fix_line(self, line):
109
return
line.replace(
'\t'
,
' '
)
110
111
linters = [cls()
for
cls in Linter.__subclasses__()
if
not cls.ignore]
112
Callers
1
fix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected