Skip to content

Commit

Permalink
remove reference to undefined variable p
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jul 21, 2021
1 parent d6a8200 commit fc057d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logback-classic/src/test/input/gaffer/asyncAppender.groovy
Expand Up @@ -16,6 +16,8 @@ import ch.qos.logback.classic.PatternLayout
import ch.qos.logback.core.ConsoleAppender
import ch.qos.logback.core.encoder.LayoutWrappingEncoder

def p = "HELLO"

appender("STDOUT", ConsoleAppender) {
encoder(LayoutWrappingEncoder) {
layout(PatternLayout) {
Expand Down

0 comments on commit fc057d8

Please sign in to comment.