mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix: add extra blank line in core.py
This commit is contained in:
parent
8968f9d164
commit
3057ca4b0b
1 changed files with 1 additions and 0 deletions
|
@ -1272,6 +1272,7 @@ def id_():
|
|||
'''
|
||||
return {'id': __opts__.get('id', '')}
|
||||
|
||||
|
||||
_REPLACE_LINUX_RE = re.compile(r'\W(?:gnu/)?linux', re.IGNORECASE)
|
||||
|
||||
# This maps (at most) the first ten characters (no spaces, lowercased) of
|
||||
|
|
Loading…
Add table
Reference in a new issue