Skip to content

Commit

Permalink
💡 Add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi committed Mar 9, 2024
1 parent 5d5a236 commit b5395df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/type_inference.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ pub fn main() {

/// Takes an expression and returns the same expression with type annotations
/// inferred and filled in, or an error if type checking failed.
///
fn infer_expression(
expression: Expression,
environment: Environment,
Expand Down

0 comments on commit b5395df

Please sign in to comment.