Skip to content

Commit

Permalink
add newline before EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Eltawila committed Nov 8, 2024
1 parent 0fef30d commit 1998afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/tests/examples/cad_workflow/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
dagmc_univ = openmc.DAGMCUniverse(filename='tmesh_1.h5m')

geometry = openmc.Geometry(root=dagmc_univ)
geometry.export_to_xml()
geometry.export_to_xml()
2 changes: 1 addition & 1 deletion test/tests/examples/cad_workflow/openmc.i
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
[Outputs]
exodus = true
csv = true
[]
[]
2 changes: 1 addition & 1 deletion test/tests/examples/cad_workflow/solid.i
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@
type = NodalExtremeValue
variable = temp
[]
[]
[]

0 comments on commit 1998afd

Please sign in to comment.