Commit 1192035 1 parent e44ef0f commit 1192035 Copy full SHA for 1192035
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,16 @@ def get_random_float(self) -> float:
54
54
55
55
56
56
def annoying_function_name_length_aa (one : int , two : int ) -> str :
57
- """A function that adds two numbers as strings.
57
+ """Add two numbers as strings.
58
58
59
- Because I needed a placeholder function."""
59
+ Because I needed a placeholder function.
60
+ """
60
61
return str (one ) + str (two )
61
62
62
63
63
64
def annoying_function_name_length_aaa (one : int , two : int ) -> str :
64
- """A function that adds two numbers as strings.
65
+ """Add two numbers as strings.
65
66
66
- Because I needed a placeholder function."""
67
+ Because I needed a placeholder function.
68
+ """
67
69
return str (one ) + str (two )
Original file line number Diff line number Diff line change 12
12
// Base Colors
13
13
--color-foreground-primary : black ; // for main text and headings
14
14
--color-foreground-secondary : #5a5c63 ; // for secondary text
15
- --color-foreground-muted : #6B6F76 ; // for muted text
15
+ --color-foreground-muted : #6b6f76 ; // for muted text
16
16
--color-foreground-border : #878787 ; // for content borders
17
17
18
18
--color-background-primary : white ; // for content
You can’t perform that action at this time.
0 commit comments