mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
Applied codestyle to all .cs files
This commit is contained in:
@@ -27,7 +27,7 @@ public struct ImageResult
|
||||
|
||||
public ImageResult(Result.ImageData image, string link)
|
||||
{
|
||||
this.Image = image;
|
||||
this.Link = link;
|
||||
Image = image;
|
||||
Link = link;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user