Fix indentation

Hello, codemaid?
This commit is contained in:
Matthew Burnett 2019-01-26 14:20:24 -05:00
parent 3640c346d3
commit 6055f8762c

View file

@ -173,9 +173,9 @@ public override UploadResult Upload(Stream stream, string fileName)
AlbumID = CreateAlbum(fileName).id;
Dictionary<string, string> albumOptionsResponseArgs = new Dictionary<string, string>
{
{ "fields", "shareInfo/shareableUrl" }
};
{
{ "fields", "shareInfo/shareableUrl" }
};
GooglePhotosAlbumOptions albumOptions = new GooglePhotosAlbumOptions();