Skip to content

Commit

Permalink
enforce no dot after return
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia Doumerc committed Jul 12, 2024
1 parent 881df57 commit 1fad196
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Binary file modified assets/default_video_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
instance creation
newAnimatedStickerFrom: aJsonObject

^ TCCAnimatedStickerMessage newFrom: aJsonObject.
^ TCCAnimatedStickerMessage newFrom: aJsonObject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"newAnimatedStickerFrom:" : "JK 5/31/2024 11:36",
"newAnimatedStickerFrom:" : "ED 7/12/2024 14:20",
"newFrom:" : "JK 6/23/2024 11:39" },
"instance" : {
"asSnippet" : "JK 6/23/2024 14:32",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ newWith: aCore
^ self new
core: aCore;
stickerSets: Dictionary new;
yourself.
yourself
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"class" : {
"imageFormFrom:" : "JK 6/21/2024 13:46",
"newWith:" : "JK 6/20/2024 22:18" },
"newWith:" : "ED 7/12/2024 14:19" },
"instance" : {
"loadStickerIds" : "JK 7/12/2024 12:46",
"stickerSets" : "JK 6/19/2024 11:30",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ new: aPollMessage with: anOption

^ super new
initializeWith: aPollMessage and: anOption;
yourself.
yourself
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"new:with:" : "F.M. 6/5/2024 14:49" },
"new:with:" : "ED 7/12/2024 14:19" },
"instance" : {
"initializeWith:and:" : "JK 7/12/2024 12:45",
"mouseDown:" : "TU 6/6/2024 01:46",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mockPollOptionsJson
options at: 2 put: (self mockPollOptionJson: 'Option 2' isBeingChosen: false isChosen: false votePercentage: 25 voterCount: 1).
options at: 3 put: (self mockPollOptionJson: 'Option 3' isBeingChosen: false isChosen: false votePercentage: 25 voterCount: 1).

^ options.
^ options
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mockStickerSet
add: self mockStickerId;
add: self mockStickerId2;
yourself);
yourself.
yourself
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mockStickerSetJson
}).
}).
}.
}).
})
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mockPhotoWidth" : "tom.richter 6/28/2021 13:57",
"mockPollMessageJsonFrom:" : "TU 6/23/2024 16:36",
"mockPollOptionJson:isBeingChosen:isChosen:votePercentage:voterCount:" : "TU 6/23/2024 16:36",
"mockPollOptionsJson" : "TU 6/23/2024 16:36",
"mockPollOptionsJson" : "ED 7/12/2024 14:19",
"mockPrivateChat" : "LR 7/16/2022 12:03",
"mockPrivateChatLastMessageIsLoggedInUser" : "LR 7/16/2022 12:25",
"mockSingleEmojiSequence" : "pk 7/10/2021 15:21",
Expand All @@ -53,9 +53,9 @@
"mockStickerHeight" : "JK 6/23/2024 11:39",
"mockStickerId" : "JK 6/23/2024 11:39",
"mockStickerId2" : "JK 6/23/2024 16:35",
"mockStickerSet" : "JK 6/23/2024 16:46",
"mockStickerSet" : "ED 7/12/2024 14:19",
"mockStickerSetId" : "JK 6/23/2024 16:35",
"mockStickerSetJson" : "JK 6/23/2024 16:42",
"mockStickerSetJson" : "ED 7/12/2024 14:19",
"mockStickerWidth" : "JK 6/23/2024 11:39",
"mockSupergroupChat" : "rgw 6/2/2022 12:07",
"mockSupergroupMembersJson" : "per 6/10/2021 20:53",
Expand Down

0 comments on commit 1fad196

Please sign in to comment.