Skip to content

Commit

Permalink
test: remove unnecessary semicolon after macro
Browse files Browse the repository at this point in the history
PR-URL: #26618
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Anto Aravinth <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
hashseed authored and targos committed Mar 27, 2019
1 parent 6c90b7f commit 875ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_linked_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void InitializeBinding(v8::Local<v8::Object> exports,
.FromJust();
}

NODE_MODULE_LINKED(cctest_linkedbinding, InitializeBinding);
NODE_MODULE_LINKED(cctest_linkedbinding, InitializeBinding)

class LinkedBindingTest : public EnvironmentTestFixture {};

Expand Down

0 comments on commit 875ddcb

Please sign in to comment.