style: drop Instruction suffix from instructions

This commit is contained in:
MultisampledNight 2024-01-11 14:10:44 +01:00
commit ccbccfb11b
No known key found for this signature in database
GPG key ID: 6D525AA147CBDAE2
5 changed files with 15 additions and 15 deletions

12
testfiles/bare.ron Normal file
View file

@ -0,0 +1,12 @@
(
[
Read((
source: File("/home/jade/example/file.png"),
format: Png
)),
Write((
target: File("/home/jade/example/out.jpg"),
format: Jpeg
))
]
)