Skip to content

Commit 31b018b

Browse files
committed
test CI build on commit
1 parent 201fea3 commit 31b018b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ConsoleApplication1/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static void Main(string[] args)
2222
Marshal.Copy(data.Scan0, buffer, 0, buffer.Length);
2323
bitmap.UnlockBits(data);
2424

25-
List<int> colors = new List<int>();
25+
var colors = new List<int>();
2626

2727
// now pack every three bytes (3 because we have a 24 bit format (no alpha)) in an int
2828
// this int will represent that color in a numeric format

0 commit comments

Comments
 (0)