Skip to content

Commit 5796925

Browse files
author
Frank Natividad
committed
Language/quickstart.rb Remove unwanted spacing.
1 parent 64953d3 commit 5796925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/quickstart.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project_id = "YOUR_PROJECT_ID"
2121

2222
# Instantiates a client
23-
gcloud = Google::Cloud.new project_id
23+
gcloud = Google::Cloud.new project_id
2424
language = gcloud.language
2525

2626
# The text to analyze

0 commit comments

Comments
 (0)