Skip to content

Commit 58597fc

Browse files
antonsyndclaude
andcommitted
chore: format whitespace
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d908b0a commit 58597fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Sharpy.Compiler/Semantic/TypeInferenceService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ BinaryOperator.LessThan or BinaryOperator.LessThanOrEqual or
236236
BinaryOperator.Equal or BinaryOperator.NotEqual => SemanticType.Bool,
237237
_ => (SemanticType?)null
238238
};
239-
if (result != null) return result;
239+
if (result != null)
240+
return result;
240241
}
241242
if (op == BinaryOperator.Multiply && TypeUtils.IsInteger(right))
242243
return leftBytes;

0 commit comments

Comments
 (0)