Skip to content

Commit 26f56f7

Browse files
author
Warren Fernandes
authored
examples: out_multiinstance: fix indentation in README
1 parent 631c042 commit 26f56f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/out_multiinstance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ data, the proper bytes length and the associated tag.
6565
func FLBPluginFlushCtx(ctx, data unsafe.Pointer, length C.int, tag *C.char) int {
6666

6767
id := *(*string)(ctx)
68-
log.Printf("[multiinstance] Flush called for id: %s", *id)
68+
log.Printf("[multiinstance] Flush called for id: %s", *id)
6969
return output.FLB_OK
7070
}
7171
```

0 commit comments

Comments
 (0)