Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kollhof committed Oct 5, 2020
1 parent 5280919 commit f787ff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/reflect.test.fnk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{describe, it, expect, to_equal} = import '@fink/jest/test.fnk'

{
new, has, get, set, set_props,
delete_property, define_property, get_own_property_descriptor,
get_prototype_of, set_prototype_of,
is_extensible, prevent_extensions,
new, has, get, set, set_props
delete_property, define_property, get_own_property_descriptor
get_prototype_of, set_prototype_of
is_extensible, prevent_extensions
get_type, is_instance
} = import './reflect.js'

Expand Down

0 comments on commit f787ff6

Please sign in to comment.