Skip to content

Commit 0c75fc6

Browse files
auto formatting
1 parent c2e78d9 commit 0c75fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/variables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,4 @@ function isinteger(x)
319319
p = Symbolics.getparent(x, nothing)
320320
p === nothing || (x = p)
321321
return Symbolics.getmetadata(x, VariableInteger, false)
322-
end
322+
end

test/test_variable_metadata.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ end
9797
@parameters p [integer = true]
9898
@test isinteger(u)
9999
@test isinteger(p)
100-
end
100+
end

0 commit comments

Comments
 (0)