Skip to content

Commit

Permalink
Daily arc lint --take KTFMT
Browse files Browse the repository at this point in the history
Reviewed By: ivanmurashko

Differential Revision: D48553786

fbshipit-source-id: 269d46620ad34bd94a4df0d04ef3dfa5afbab613
  • Loading branch information
generatedunixname89002005325672 authored and facebook-github-bot committed Aug 22, 2023
1 parent 4cf63ce commit c161e86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ data class FrameworkEvent(
val treeId: Id,
val nodeId: Id,
val type: String,
val timestamp: Long, //millis since epoch
val duration: Long?, //in Nanoseconds
val timestamp: Long, // millis since epoch
val duration: Long?, // in Nanoseconds
val thread: String,
val payload: Map<String, String> //can be json
val payload: Map<String, String> // can be json
)

0 comments on commit c161e86

Please sign in to comment.