Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mazeev committed Feb 28, 2021
1 parent 5f72d0a commit 92d7d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ImageStyler/Service/StylesDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class StylesDataSource {

private init() {}

// Only good styles
var styles: [Style] = [
Style(id: 1, image: UIImage(named: "triangles")!, name: "Triangles"),
Style(id: 2, image: UIImage(named: "lines")!, name: "Lines"),
Expand Down

0 comments on commit 92d7d95

Please sign in to comment.