MicrosoftDocs / Advertising-docs

Creative Commons Attribution 4.0 International
15 stars 58 forks source link

IndentationError #630

Closed leon-lei closed 5 years ago

leon-lei commented 5 years ago

Minor fix. On line 96, missing indent after if statement.

95 if authorization_data.authentication.state != CLIENT_STATE: 96 raise Exception("The OAuth response state does not match the client request state.")


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

eric-urban commented 5 years ago

@leon-lei thanks for the heads up. We will update it to match this working sample.