Skip to content

Commit

Permalink
Add missing '=' in GuildBehavior.toString() (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWoodworth authored Nov 13, 2021
1 parent 03a8dad commit ed4e902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/behavior/GuildBehavior.kt
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public fun GuildBehavior(
}

override fun toString(): String {
return "GuildBehavior(id=$id, kord=$kord, supplier$supplier)"
return "GuildBehavior(id=$id, kord=$kord, supplier=$supplier)"
}
}

Expand Down

0 comments on commit ed4e902

Please sign in to comment.