mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-02 20:56:12 +03:00
Merge 07c62d1876
into f978e42036
This commit is contained in:
commit
a3df5d2c56
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func LogDecorate(fn Object) Object {
|
|||
|
||||
log.Println("Execution is completed with the result", result)
|
||||
|
||||
return result
|
||||
return result
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue