Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfratrik committed Oct 30, 2024
1 parent 9924578 commit 1b9ecbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/command_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def set_resource_limits():

def set_resource_limit(resource_type, soft, hard):
rtype_string = (
'open file descriptors' if resource_type == resource.RLIMIT_NOFILE
else 'writable file size' if resource_type == resource.RLIMIT_FSIZE
'open file descriptors' if resource_type == resource.RLIMIT_NOFILE
else 'writable file size' if resource_type == resource.RLIMIT_FSIZE
else 'unknown resource'
)
try:
Expand Down

0 comments on commit 1b9ecbe

Please sign in to comment.