Skip to content

Commit

Permalink
Fix snippet tag (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
awkoren authored and lesv committed Nov 5, 2018
1 parent 8cda6cd commit c6cea4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ public static void main(String[] args) throws Exception {
System.out.println("Description: " + role.getDescription());
System.out.println();
}
// [START iam_view_grantable_roles]
// [END iam_view_grantable_roles]
}
}

0 comments on commit c6cea4e

Please sign in to comment.