mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 04:56:09 +03:00
Fix indentation
This commit is contained in:
parent
f978e42036
commit
cbbf486be3
@ -18,7 +18,7 @@ func LogDecorate(fn Object) Object {
|
|||||||
|
|
||||||
log.Println("Execution is completed with the result", result)
|
log.Println("Execution is completed with the result", result)
|
||||||
|
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user