Skip to content

Commit

Permalink
Tweak TPrint use (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmf authored Aug 18, 2022
1 parent 260ce5a commit 1c7fe15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private object VariableInspectorApiImpl {
.replaceAll("\n", " ")
}
},
varType = tprint.render(TPrintColors.BlackWhite).toString,
varType = tprint.render(TPrintColors.BlackWhite).render,
isMatrix = false,
isWidget = None
)
Expand Down

0 comments on commit 1c7fe15

Please sign in to comment.