aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/gleam/let.gleam
blob: 532b3f6fe469b29c44b1bcb10a101d24d8ced842 (plain) (blame)
1
2
3
4
pub fn main() {
  let string = 
    "string"
}