Skip to content

Commit

Permalink
wrap line to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
scuellar committed Aug 14, 2023
1 parent 8326fc7 commit 453b05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SAWScript/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4257,7 +4257,8 @@ primitives = Map.fromList
"HeapsterEnv -> String -> TopLevel ()"
(bicVal heapster_translate_rust_type)
Experimental
[ "Parse a Rust function type and print the equivalent Heapser type. Ideal for learning how Rust types are translated into Heapster. "
[ "Parse a Rust function type and print the equivalent Heapser type. "
, "Ideal for learning how Rust types are translated into Heapster. "
]

, prim "heapster_parse_test"
Expand Down

0 comments on commit 453b05e

Please sign in to comment.