Skip to content

Commit

Permalink
adding newline at eof, was hiding from me from original source
Browse files Browse the repository at this point in the history
  • Loading branch information
ruberVulpes authored and seratch committed Aug 13, 2020
1 parent a8465a8 commit 57921b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/web/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,4 +2117,4 @@ def views_publish(
kwargs.update({"view": view.to_dict()})
else:
kwargs.update({"view": view})
return self.api_call("views.publish", json=kwargs)
return self.api_call("views.publish", json=kwargs)

0 comments on commit 57921b5

Please sign in to comment.