Skip to content

Commit 5560cce

Browse files
committed
style: fix rubocop issue
1 parent bcc519f commit 5560cce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/discovery_v2.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
## Authentication ##
1010
## Option 1: username/password
11-
authenticator = IBMWatson::Authenticators::CloudPakForDataAuthenticator.new(
12-
username: "{username}",
13-
password: "{password}",
14-
url: "{authentication_url}",
15-
disable_ssl: true
16-
)
11+
# authenticator = IBMWatson::Authenticators::CloudPakForDataAuthenticator.new(
12+
# username: "{username}",
13+
# password: "{password}",
14+
# url: "{authentication_url}",
15+
# disable_ssl: true
16+
# )
1717

1818
## Option 2: bearer token
1919
authenticator = IBMWatson::Authenticators::BearerTokenAuthenticator.new(

0 commit comments

Comments
 (0)