Skip to content

Commit

Permalink
Line ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 7, 2023
1 parent 4131961 commit 9b972c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscrt/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def get_ec2_instance_type(self) -> str:
return self._detected_instance_type

def is_crt_s3_optimized_for_system_env(self) -> bool:
return _awscrt.is_crt_s3_optimized_for_system(self._env, self._detected_instance_type)
return _awscrt.is_crt_s3_optimized_for_system(self._env, self._detected_instance_type)

0 comments on commit 9b972c3

Please sign in to comment.