Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeme Praks committed Nov 3, 2024
1 parent 9c4160c commit 5264a29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public class KLoggingEventBuilder {
public var payload: Map<String, Any?>? = null

/**
* Internal data that is used by compiler plugin to provide additional information about the log site.
* Not intended for use by user code, API stability is not guaranteed.
* Internal data that is used by compiler plugin to provide additional information about the log
* site. Not intended for use by user code, API stability is not guaranteed.
*/
public var internalCompilerData: InternalCompilerData? = null

Expand Down

0 comments on commit 5264a29

Please sign in to comment.