sveawebpay / dotnet-integration

SDK for Sveas standalone payment methods
Other
5 stars 14 forks source link

Mixed bracket-styles #1

Closed irkush closed 10 years ago

irkush commented 10 years ago

The bracket-style in the integration-package is mixed.

We have both

if(x == true){
}

and

if(x == true)
{
}

We should use the second style in this project.

Sinsabre commented 10 years ago

Solved in b09f10fbf80d8b0f4db01071e08ea83c72e3c4e0